home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
User's Choice Windows CD
/
User's Choice Windows CD (CMS Software)(1993).iso
/
utility2
/
wine02bx.zip
/
LISP
/
PRIM
/
TABIFY.ELC
< prev
next >
Wrap
Text File
|
1993-03-28
|
1KB
|
21 lines
;;; compiled by @win386 on Sat Mar 13 01:40:33 1993
;;; from file c:/src/lucid-19.4/lisp/prim/tabify.el
;;; emacs version 19.3 Lucid.
;;; bytecomp version 2.08; 27-aug-92.
;;; optimization is on.
;;; this file uses opcodes which do not exist in Emacs18.
(if (and (boundp 'emacs-version)
(or (and (boundp 'epoch::version) epoch::version)
(string-lessp emacs-version "19")))
(error "This file was compiled for Emacs19."))
(fset 'untabify #[(start end) "èî }êbê┬├─┼#¡ù`i─├─xê`|êjê+¬b*ç" [start end search-forward " " nil t indent-tabs-mode column] 4 "\
Convert all tabs in region to multiple spaces, preserving columns.
The variable tab-width controls the action." "r"])
(fset 'tabify #[(start end) "èî }êbê┬├─┼#¡Æi┼╚ö`|êjê*¬g*ç" [start end re-search-forward "[ ][ ][ ]*" nil t indent-tabs-mode column 0] 4 "\
Convert multiple spaces in region to tabs when possible.
A group of spaces is partially replaced by tabs
when this can be done without changing the column they end at.
The variable tab-width controls the action." "r"])